Skip to content

Networking#

We covered networking fundamentals earlier in the course. Well now it's time to bring that understanding to AWS and creating some virtual networks.

Networking in AWS can get very complicated. In large environments, networking can span multiple AWS accounts, be blended across AWS and physical hardware, and be a mix of AWS and another Cloud provider, or mix of all of those things. We're going to be keeping it simple by keeping it all inside of a single AWS account.

IAM Permissions#

Before we can use our new cloud-admin user, we need to attach the NetworkAdministrator role to it. The iam-admin user permits us to do this, and this is a simple task for you at this point in time.

Go ahead and attach such as role now and login as the cloud-admin user.

Key Points#