Skip to content

Instantly share code, notes, and snippets.

@JoaoVagner
Created November 27, 2018 15:55
Show Gist options
  • Save JoaoVagner/deca329d85a98f8591891634777825ec to your computer and use it in GitHub Desktop.
Save JoaoVagner/deca329d85a98f8591891634777825ec to your computer and use it in GitHub Desktop.
client.create_private_dns_namespace(
Name=args.cluster,
CreatorRequestId=str(datetime.datetime.now()),
Description=args.cluster,
Vpc=args.vpc_id
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment