Skip to content

akshaykrjain/aws_samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample AWS Cloud Projects

Terraform/CFT/CDK/SDK Samples for AWS.

Deployment of CloudFormation

To deploy using aws cli

aws cloudformation deploy --stack-name mystack --template-file ./cf/<file_name>.yaml --parameter-overrides param1=value1 param2=value2 --capabilities CAPABILITY_NAMED_IAM

Logo

Deployment of Terraform

terraform init

terraform apply

Support

For getting help or reporting bug pls raise an github issue.

PRs are welcome.