Cleanup#
Now that we've finished with our SG and NACLs. Cleaning them up is made easier as we used a tag to identify the resources we considered "for educational use": EducationOnly
.
I'll leave this as an exercise for you, the student, to discover how you can use the search bar in the AWS Console to find resources tagged with a particular tag. Once found, delete the resources.
IAM Permissions#
And now we no longer need the NetworkAdministrator
permissions attached to the cloud-admin
user. Logout, and back in again as iam-admin
, and remove the policy.
Stay logged in as the iam-admin
user for now as we're going to add new permissions to the cloud-admin
user.