AWS CLI Basics – Part 3

Introduction In previous posts on this topic, we learned how to install, configure and use AWS CLI. We also learned how to create a static S3 based website using AWS CLI. Today’s we’ll learn few basics about IAM Users, Groups and permission management. Creating IAM Users is a very common task, however managing each individual … Read more

AWS CLI – Basics

Introduction You might be using AWS Web Console for managing your infrastructure. However, AWS Web Console is really ideal for once in a while kind of tasks. As you get more serious about building your AWS footprint, you’ll need to automate. Meet AWS CLI, that makes it relatively easy to launch any AWS action from … Read more