Difference between revisions of "Iam instance profile"
Jump to navigation
Jump to search
(Created page with "<code>iam_instance_profile</code> (Optional) IAM Instance Profile to launch the instance with. Specified as the name of the Instance Profile. Ensure your credentia...") |
|||
Line 1: | Line 1: | ||
− | <code>[[iam_instance_profile]]</code> (Optional) [[IAM Instance Profile]] to [[launch]] the instance with. Specified as the name of the Instance Profile. Ensure your credentials have the correct permission to assign the instance profile according to the EC2 documentation, notably iam:PassRole. | + | <code>[[iam_instance_profile]]</code> (Optional) [[IAM Instance Profile]] to [[launch]] the instance with. Specified as the name of the Instance Profile. Ensure your credentials have the correct permission to assign the instance profile according to the EC2 documentation, notably [[iam:PassRole]]. |
Revision as of 17:27, 6 April 2023
iam_instance_profile
(Optional) IAM Instance Profile to launch the instance with. Specified as the name of the Instance Profile. Ensure your credentials have the correct permission to assign the instance profile according to the EC2 documentation, notably iam:PassRole.
Terraform AWS: aws_instance
: ami
, availability_zone
, instance_type
, key_name
, aws_key_pair
, monitoring
, associate_public_ip_address
, tenancy
, subnet_id, user_data, iam_instance_profile, vpc_security_group_ids, root_block_device, ebs_block_device
Advertising: