1. Launch an Ec2 instance -
In this video it gives a good basic tutorial on launching a free ec2 instance. Check out the video:
2. Launch a VPN server - in this video it gives A good basic tutorial on launching a VPN Server. Check out the video:
3. Create an AWS Budget - Its important to watch your money usage to stop any surprises Check out the video:
4. Create an S3 bucket - s3 is one of the most used services on aws it will be essential to learn to use it Check out the video:
5. Create an IAM user and Policy - This video will teach you the basics of creating an IAM user and attaching a policy to the user.
6. Set up AWS CLI: In this tutorial you will install AWS CLI and learn to run AWS commands directly from your desktop.
7. Create a VPC with subnets - This video goes over AWS networking, VPC, Nat gateway, subnets, and route tables and gets you hands on as your aws accounts network engineer. Check out the video:
1. Cross account access:
When working in larger scale AWS environments you need to know how to safely and securely give access to someone outside of your organization
2. Create a rule in AWS config - config is a great tool for setting and tracking rules in aws that you create. For example here you set a rule to ensure that ssh cannot be open on your instances, and now you can see or remedy any instances that are non compliant
3. Obtain a compliance report using AWS artifact: Those in security know how important it is to maintain your compliance with government standards. AWS has an automation tool to do that directly, so try it out!
4. Deploy a site using elastic beanstalk: Elastic beanstalk is a great intro to Platform as a service, a great way to give your code to a platform and have them take care of all of the servers and provisioning.
1. Purchase a domain name from Route 53 - Here in this lesson they will walk you through a basic overview of route 53 and show you how to search to see if a domain is taken and how to place it in the cart and purchase it.
2. Deploy a static site with s3- in this video, there is a total walkthrough on setting up the s3 bucket, giving it the right permissions, and creating the static hosting. On the route 53 side he shows you how to attach a certificate and give your website ssl , and on the cloudfront side, he teaches you how to link it all together with cloudfront cdn EXCELLENT walkthrough
3. Create a codepipeline to have a CI/CD pipeline - For those who prefer to place their code in a repository and push updates from github or codecommit, this setup walks you through codepipeline, codedeploy, and codeartifact so that you can push updates from your desktop if you like.
4. Create an Invalidation - The way cloudfront works is by caching your website at an edge location that provides the lowest latency to you. it is a cache that remains until it is invalidated. When you update the website, your s3 bucket is different, but the cached website at the edge location is the same, so when you go to the website it will be the same. This is how you update everywhere
created with
Best Website Builder .