Dear students, this page will be updated during the training. Please check it back regularly for updates.
Location
- π¨π»βπ» Microsoft Teams session link
- π¬ AWS Labs link
Feedback
We need to collect feedback from the training to AWS You will recieve an email from AWS asking you to review the training experience, this is very important for me as it’s the main way AWS evaluates my performance, please take 5 minutes to answer this. Thanks.
Material
Before first Lab.
- Be aware of pop-up windows, example in Safari you need to click tiny icon in the right of the address bar to allow pop-ups.
- Labs have
High-Level Instructions, if you feel confident just try to do with them, if you need more help, you can follow theDetailed Instructions. - Labs have
Choice AandChoice Bas potential solutions, analise bouth and pick the one you think is correct. At the end of the lab you can check theSolutionto see right solution.
AWS Well-Architected
AWS Well-architected Framework and Tool allow us guide us on how to make secure, high-performing, resilient, and efficient infrastructure for a variety of applications and workloads.
The Frugal Architect
Karpenter
Leverage spot instances for kubernetes clusters
πββοΈ Parking Lot πββοΈ - Answers to your open questions
Questions will be answered here asynchronously.
Q: How can I identify permissions escalation information ?
Q: get the blog post about ransomware attack on s3 with custom kms keys
{
"Version": "2012β10β17",
"Statement": [
{
"Sid": "PreventRansomwareAttacks",
"Effect": "Deny",
"Action": "kms:CreateCustomKeyStore",
"Resource": "*"
}
]
}
Content will be added here asynchronously.