- 
Create infra stack aws cloudformation create-stack --capabilities CAPABILITY_IAM --stack-name mystack-network --template-body file://infra.yml
- 
Create ecs service stack aws cloudformation create-stack --capabilities CAPABILITY_AUTO_EXPAND --stack-name mystack-service --template-body file://service-stack.yml --parameters ParameterKey=StackName,ParameterValue=mystack-network
- 
Create CodeDeploy Application stack aws cloudformation create-stack --capabilities CAPABILITY_IAM --stack-name mystack-codedeploy-application --template-body file://Create_CodeDeploy_Application.yaml
- 
Create deployment group aws deploy create-deployment-group \ --cli-input-json file://Create_Deployment_Group_CLI_Param.json \ --region us-east-2
- 
Create Deployment aws deploy create-deployment \ --cli-input-json file://Create_Deployment_CLI_Param.json \ --region us-east-2
- 
Create deployment group aws deploy create-deployment-group \ --cli-input-json file://Create_Deployment_Group_CLI_Param.json \ --region us-east-2
- 
Create codepipeline stack aws cloudformation create-stack --capabilities CAPABILITY_IAM --stack-name mystack-codepipeline --template-body file://Create_CodePipeline.yaml
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Emmy-github-webdev/ecs-codedeploy-cloudformation-CICD
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
        No description, website, or topics provided.
      
    Resources
Stars
Watchers
Forks
Releases
No releases published
              Packages 0
        No packages published