-
Notifications
You must be signed in to change notification settings - Fork 455
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
update: Change ACK lab to use DynamoDB instead of RDS #712
Conversation
…raform Addon with IRSA, IAM Policy and Role
… and kustomization for Carts service
…yaml, and added env variable in addons.tf
✅ Deploy Preview for eks-workshop ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@candonov could you review and test this PR? |
Per our sync this morning, @thiru85 demoed it and it looks good, @ybezsonov will run a test and review. |
Made the changes as discussed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall a great PR, requested some changes for consistency with the rest of the workshop
website/docs/automation/controlplanes/ack/provision-resources.md
Outdated
Show resolved
Hide resolved
website/docs/automation/controlplanes/ack/provision-resources.md
Outdated
Show resolved
Hide resolved
website/docs/automation/controlplanes/ack/provision-resources.md
Outdated
Show resolved
Hide resolved
website/docs/automation/controlplanes/ack/provision-resources.md
Outdated
Show resolved
Hide resolved
website/docs/automation/controlplanes/ack/provision-resources.md
Outdated
Show resolved
Hide resolved
Let me know if there are other changes needed |
website/docs/automation/controlplanes/ack/configure-application.md
Outdated
Show resolved
Hide resolved
website/docs/automation/controlplanes/ack/provision-resources.md
Outdated
Show resolved
Hide resolved
updated |
Looks like theres an issue with a link in the content? Website is failing to build https://github.com/aws-samples/eks-workshop-v2/actions/runs/6694950228/job/18192668662?pr=712#step:5:48 |
I pushed some minor changes to make sure the Dynamo table and IRSA role name are unique to the cluster name. |
What this PR does / why we need it: This PR adds functionality to provision a DynamoDB table in AWS using AWS Controllers for Kubernetes (ACK) instead of an RDS instance, uses the Carts component of the Sample application, updates workshop/lab steps and adds new screenshots.
Which issue(s) this PR fixes:
Fixes #625
Quality checks
make test module="<module>"
it was successful (see https://github.com/aws-samples/eks-workshop-v2/blob/main/docs/automated_tests.md)By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.