Skip to content

Instantly share code, notes, and snippets.

View praveenraghav01's full-sized avatar
🏠
Working from home

Praveen Kumar praveenraghav01

🏠
Working from home
View GitHub Profile
@praveenraghav01
praveenraghav01 / copy-ami.py
Last active July 22, 2019 21:33
Automation script for copy ami across accounts
import boto3
target_account_id = '123XXXXXXX'
source_profile = 'aws-cli-profile'
role_on_target_account = 'arn:aws:iam::ACCOUNTID:role/ROLENAME'
source_region = 'us-east-1'
target_region = 'us-east-1'
def get_main_session():
"""