Skip to content

Latest commit

 

History

History

cloudformation-service-role

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

cloudformation service role

CloudFormation service role

To deploy using aws cli:

aws cloudformation deploy \
  --template-file template.yml \
  --stack-name cloudformation-service-role \
  --template role-template.yml \
  --capabilities CAPABILITY_NAMED_IAM \
  --profile cloudformation@flowlab-development