3 AWS Workshops You Didn’t Know Existed

Jake Jones
FAUN — Developer Community 🐾
3 min readNov 10, 2020

--

AWS has a ton of documentation, labs, examples, etc. So much so that it is difficult to find the best material to follow. Here are some exceptional workshops catered to helping you learn.

EKS Workshop

You can find this workshop here. It covers:

  • Deployments
  • Health checks
  • Dashboards
  • Exposing services
  • Deploying Jenkins
  • CI/CD Pipelines
  • X-Ray
  • Service Meshes
  • Tons more!

These workshops are a huge hidden gem of AWS and I am shocked that I didn’t know about them earlier.

ECS Workshop

This one can be found here.

This I actually completed just yesterday so I know a bit more about this one. For this one I setup an application using ECS on Fargate. It creates a frontend (node.js I believe), then a back end. Then you end up scaling both up all the while seeing everything update in a map the the app creates. Really awesome stuff!

A few other things I didn’t get into, but can be done here are:

  • Capacity providers
  • Blue/Green deployments
  • Stateful workloads

On to the next!

EC2 Spot Workshop

Alrighty, you can find this one here.

It will cover these subjects and more:

  • Auto scaling
  • Launching spot instances
  • SageMaker
  • Spot Instances with EKS
  • CI/CD

This one I have not done at all yet, but it definitely looks interesting. Based on my experience with these workshops I would highly suggest you check it out.

Conclusion

This was a rather short article, but I really wanted to take a few minutes to share these workshops. More people need to know about them and use them. My experience with the ECS workshop was phenomenal. Definitely check out that one.

If you are interested in learning to deploy your AWS architecture with Terraform I have a Free Terraform Course for getting started and a course to help you study for your HashiCorp Certified: Terraform Associate. Check them out!

Happy learning!

👋 Join FAUN today and receive similar stories each week in your inbox! Get your weekly dose of the must-read tech stories, news, and tutorials.

Follow us on Twitter 🐦 and Facebook 👥 and Instagram 📷 and join our Facebook and Linkedin Groups 💬

If this post was helpful, please click the clap 👏 button below a few times to show your support for the author! ⬇

--

--