I picked a random tutorial, hence my first one was the Breaking a Monolith Application into Microservices hands-on and felt that I am getting ahead of myself after finishing it. For someone who is completely new to AWS, here are 5 recommended AWS hands-on tutorials so that one will have a better familiarity with the fundamentals and help them build their momentum.
1. Free AWS introductory hands-on labs from Qwiklabs. Qwiklabs provides self-paced labs using live AWS accounts and resources. I was initially hesitant in getting the Free tier account because of the payment method which you have to provide outright. While contemplating, I started with Qwiklab's free AWS guided hands-on labs just to get a feel of the AWS Management console.
One obvious reason for doing this is so that we can avoid coupling our root accounts with unnecessary access keys. Also, refer to the recommended best practices when creating and managing your IAM accounts.
3. Create an Amazon VPC for Use with a DB Instance for an Amazon VPC hands-on, but VPC in itself will require a lot of reading. I also recommend this AWS VPC Masterclass Webinar for a thorough understanding of Amazon VPC.
4. Build a Basic Web Application. Starting with a static web site that is hosted in S3, this is a quick peek on how to implement a REST API with Lambda and DynamoDB for the "serverless" approach. Serverless is an important concept in cloud computing and although it isn't the solution to everything, it's a way to optimize our use of the cloud. As organizations are porting some of its solutions to serverless approach, it is becoming a must-have knowledge among cloud computing learners.
6. Deploying a code to an EC2 instance. The tutorial will use a sample application but you can tweak it so that you can deploy your own application. This is a general approach using AWS CodeDeploy, but there are a lot of tutorials out there that is specific to the technology of your preference like this one for a Python web application.
---------------------------------------------------------------------------------------------------
This article was also published in DZone:
0 comments:
Post a Comment