All Projects → tejas-kr → Automating Aws With Python

tejas-kr / Automating Aws With Python

Licence: mit
automating AWS with Python using boto3 library

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Automating Aws With Python

Ebs Automatic Nvme Mapping
Automatic mapping of EBS volumes via NVMe block devices to standard block device paths
Stars: ✭ 136 (+231.71%)
Mutual labels:  aws, aws-ec2
Chaos Ssm Documents
Collection of AWS SSM Documents to perform Chaos Engineering experiments
Stars: ✭ 225 (+448.78%)
Mutual labels:  aws, aws-ec2
Amazon Ec2 Instance Selector
A CLI tool and go library which recommends instance types based on resource criteria like vcpus and memory
Stars: ✭ 146 (+256.1%)
Mutual labels:  aws, aws-ec2
Molecule Ansible Docker Aws
Example project showing how to test Ansible roles with Molecule using Testinfra and a multiscenario approach with Docker, Vagrant & AWS EC2 as infrastructure providers
Stars: ✭ 72 (+75.61%)
Mutual labels:  aws, aws-ec2
Practicalnode
Practical Node.js, 1st and 2nd Editions [Apress] 📓
Stars: ✭ 3,694 (+8909.76%)
Mutual labels:  aws, aws-ec2
Aws Deployment Guide
☁️ Deploy to Amazon aws on a virtual private cloud with elastic beanstalk
Stars: ✭ 89 (+117.07%)
Mutual labels:  aws, aws-ec2
Ec2instancespricing
Quick and dirty Python API and CLI to get EC2 instance pricing for On-Demand and Reserved Instances
Stars: ✭ 166 (+304.88%)
Mutual labels:  aws, aws-ec2
Aws Labs
step by step guide for aws mini labs. Currently maintained on : https://github.com/Cloud-Yeti/aws-labs Youtube playlist for labs:
Stars: ✭ 153 (+273.17%)
Mutual labels:  aws, aws-ec2
Terraform Aws Ec2 Instance
Terraform module which creates EC2 instance(s) on AWS
Stars: ✭ 344 (+739.02%)
Mutual labels:  aws, aws-ec2
Spark Jupyter Aws
A guide on how to set up Jupyter with Pyspark painlessly on AWS EC2 clusters, with S3 I/O support
Stars: ✭ 259 (+531.71%)
Mutual labels:  aws, aws-ec2
Curso Aws Com Terraform
🎦 🇧🇷 Arquivos do curso "DevOps: AWS com Terraform Automatizando sua infraestrutura" publicado na Udemy. Você pode me ajudar comprando o curso utilizando o link abaixo.
Stars: ✭ 62 (+51.22%)
Mutual labels:  aws, aws-ec2
Udacity Data Engineering Projects
Few projects related to Data Engineering including Data Modeling, Infrastructure setup on cloud, Data Warehousing and Data Lake development.
Stars: ✭ 458 (+1017.07%)
Mutual labels:  aws, aws-ec2
Aws.ec2
AWS EC2 Client Package
Stars: ✭ 47 (+14.63%)
Mutual labels:  aws, aws-ec2
Multi Env Deploy
Complete example of deploying complex web apps to AWS using Terraform, Ansible, and Packer
Stars: ✭ 132 (+221.95%)
Mutual labels:  aws, aws-ec2
Graylog2 Images
Ready to run machine images
Stars: ✭ 234 (+470.73%)
Mutual labels:  aws, aws-ec2
Security monkey
Security Monkey monitors AWS, GCP, OpenStack, and GitHub orgs for assets and their changes over time.
Stars: ✭ 4,244 (+10251.22%)
Mutual labels:  aws, aws-ec2
Aws Ec2 Ssh
Manage AWS EC2 SSH access with IAM
Stars: ✭ 796 (+1841.46%)
Mutual labels:  aws, aws-ec2
House
Proof of Concept and Research repository.
Stars: ✭ 37 (-9.76%)
Mutual labels:  aws
Aws Data Replication Hub
Seamless User Interface for replicating data into AWS.
Stars: ✭ 40 (-2.44%)
Mutual labels:  aws
Aws Iot Button
Stars: ✭ 37 (-9.76%)
Mutual labels:  aws

automating-AWS-with-Python

automating AWS with Python using boto3 library

You have to add credentials and config files in the .aws directory. Just paste the following code

Create the credentials file. By default, its location is at ~/.aws/credentials:

[default]
aws_access_key_id = YOUR_ACCESS_KEY
aws_secret_access_key = YOUR_SECRET_KEY

You may also want to set a default region. This can be done in the configuration file. By default, its location is at ~/.aws/config:

[default]
region=us-east-1

Note

You can automate this script using crontab in linux. I don't know about windows and mac but you can surely google it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].