/custom-aws-CLI

Custom AWS CLI Application

Primary LanguagePythonApache License 2.0Apache-2.0

Custom AWS CLI Application

Set up credentials

Creat a file in the following format and place
Path: ~/.aws/credentails
File format:

[default]   
aws_access_key_id=your_access_key_id   
aws_secret_access_key=your_secret_access_key

Objectives

  1. Setup a programming environment for building (using programming tools and languages) Cloud services for a major Cloud provider, for example, Amazon Web services (AWS).
  2. Develop Cloud services for managing the EC2 compute services using the APIs provided by the AWS.
  3. Develop Cloud services for monitoring the EC2 compute services using the APIs provided by the AWS.

User Manual

                                          Main menu

alt EC2 Service Functions

                                          EC2 Service Functions                                             

image

                                           Managing Functions for an EC2 instance

image

                                         Checking the status of an instance 

image

                                          S3 Service Functions                                            

image

                                          Creating a bucket

image

                                          CloudWatch Service Functions                                             

image

                                          Checking the CPU utilization of an instance

image