How to Release ASG in Multi-Account

GitHub Link:

How to Release:

~/.aws/config examples

# TVLK-HCN-DEV
[profile PowerUser@tvlk-hcn-dev]
source_profile = saml
role_arn = arn:aws:iam::196597192096:role/PowerUser
role_session_name = andy.fudiko@traveloka.com
region = ap-southeast-1

[profile ReadOnly@tvlk-hcn-dev]
source_profile = saml
role_arn = arn:aws:iam::196597192096:role/ReadOnly
role_session_name = andy.fudiko@traveloka.com
region = ap-southeast-1


# TVLK-HCN-STG
[profile PowerUser@tvlk-hcn-stg]
source_profile = saml
role_arn = arn:aws:iam::843160462482:role/PowerUser
role_session_name = andy.fudiko@traveloka.com
region = ap-southeast-1

[profile Deployer@tvlk-hcn-stg]
source_profile = saml
role_arn = arn:aws:iam::843160462482:role/Deployer
role_session_name = andy.fudiko@traveloka.com
region = ap-southeast-1

[profile ReadOnly@tvlk-hcn-stg]
source_profile = saml
role_arn = arn:aws:iam::843160462482:role/ReadOnly
role_session_name = andy.fudiko@traveloka.com
region = ap-southeast-1


# TVLK-HCN-PROD
[profile PowerUser@tvlk-hcn-prod]
source_profile = saml
role_arn = arn:aws:iam::961849530970:role/PowerUser
role_session_name = andy.fudiko@traveloka.com
region = ap-southeast-1

[profile ReadOnly@tvlk-hcn-prod]
source_profile = saml
role_arn = arn:aws:iam::961849530970:role/ReadOnly
role_session_name = andy.fudiko@traveloka.com
region = ap-southeast-1