Skip to content

Instantly share code, notes, and snippets.

@jsamuel1
Last active February 13, 2019 02:30
Show Gist options
  • Save jsamuel1/6c306face3d893bc0852f9f74e61dc51 to your computer and use it in GitHub Desktop.
Save jsamuel1/6c306face3d893bc0852f9f74e61dc51 to your computer and use it in GitHub Desktop.
AWS Enterprise Support Plan Enrollment
#!/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