Last active
February 13, 2019 02:30
-
-
Save jsamuel1/6c306face3d893bc0852f9f74e61dc51 to your computer and use it in GitHub Desktop.
AWS Enterprise Support Plan Enrollment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Call from the organization master accounts credentials after creating the account. | |
# Pass in the new account id. | |
aws support create-case --service-code customer-account --category-code other-account-issues --subject "Please add account $1 to our enterprise support plan" --severity-code low --communication-body "Please add account $1 to my organizations enterprise support plan" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment