Skip to content

Instantly share code, notes, and snippets.

@ahmad2x4
Created May 18, 2020 00:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmad2x4/9e0566f45bfd51909a9ff2b77a294cd5 to your computer and use it in GitHub Desktop.
Save ahmad2x4/9e0566f45bfd51909a9ff2b77a294cd5 to your computer and use it in GitHub Desktop.
Pulumi sample infra source code part 6
const instanceProfile = new aws.iam.InstanceProfile("eb-ec2-instance-profile", {
role: instanceProfileRole.name,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment