Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix sample application errors caused by no longer supported db.t2.micro instance type #1012

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

szantopeter
Copy link

db.t2.micro is no longer supported, therefore CloudFormation definitions had to be updated to use db.t3.micro instead.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@szantopeter
Copy link
Author

szantopeter commented May 7, 2024

Additional to the actual issue the wellarchitected operational excellence workshop contains multiple issues, that should be fixed :

Issue 1

There are three links to create the environments like this :

us-west-2 : here
ap-southeast-2 : here
ap-southeast-1 : here

clicking on them will set an oudated fork as the GitRepositoryURL :

https://github.com/stephensalim/aws-well-architected-labs.git

instead of

https://github.com/awslabs/aws-well-architected-labs.git

Issue 2

The location of the bash script is outdated. Instead of

cd ~/environment/aws-well-architected-labs/static/2_prepare/Automating_operations_with_playbooks_and_runbooks/Code/scripts/

the correct location is

cd ~/environment/aws-well-architected-labs/static/Operations/200_Automating_operations_with_playbooks_and_runbooks/Code/scripts

I don't know where to open a PR for that so I am indicating it here

p.s.: the as I moved on with the workshop it contained many more errors, in the descriptions and the cloud formation templates

@szantopeter
Copy link
Author

@awssteph @setheliot have you had a chance to look at this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant