aws-samples / aws-samples/aws-modernization-with-docker

updating commands and code

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
CSS
Stars
6
Forks
7
PR merge metrics
No merged PRs in 30d

Description

Hello I would thank you for this fruitful workshop. I corrected in my case the command and code below, hopefully you can update it in your repository hence other people will use it .
module 3 -> step 2
1- the code:
in operations/code-pipeline-cloudformation.yaml change the reference to the secret manager, the right declaration is the following :'{{resolve:service-name:reference-key}}'
2-Command:
```
aws cloudformation create-stack --stack-name docker-compose-code-pipeline --template-body file://operations/code-pipeline-cloudformation.yaml --capabilities CAPABILITY_NAMED_IAM --enable-termination-protection --region us-east-1 --parameters ParameterKey=DockerPullSecretsManagerArn,ParameterValue=${DOCKER_PULL_SECRETS_MANAGER} ParameterKey=GitHubOwner,ParameterValue=GitHubOwner='your GitHub username'
```

Contributor guide

Open the contributing guide

Research direction

Start with operations/code-pipeline-cloudformation.yaml and the Module 3, step 2 instructions. Check the secret-manager reference in that template and locate the documented aws cloudformation create-stack command; done means both examples reflect the reported syntax and parameters.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, docker-compose
Domain
cloud, devops, documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.