https://github.com/otabek8866/custom-aws-cli
Custom AWS CLI Application
https://github.com/otabek8866/custom-aws-cli
aws aws-cloudwatch aws-ec2 aws-s3 boto3 python
Last synced: 7 months ago
JSON representation
Custom AWS CLI Application
- Host: GitHub
- URL: https://github.com/otabek8866/custom-aws-cli
- Owner: Otabek8866
- License: apache-2.0
- Created: 2021-11-28T20:46:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T19:27:00.000Z (over 3 years ago)
- Last Synced: 2025-01-14T12:26:23.643Z (9 months ago)
- Topics: aws, aws-cloudwatch, aws-ec2, aws-s3, boto3, python
- Language: Python
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
EC2 Service Functions
Managing Functions for an EC2 instance

Checking the status of an instance
S3 Service Functions
Creating a bucket

CloudWatch Service Functions
Checking the CPU utilization of an instance
