cloud-8.x-2.0-beta1/modules/cloud_service_providers/aws_cloud/tests/mock_data/Functional/Ec2/InstanceTest_instance.yml
modules/cloud_service_providers/aws_cloud/tests/mock_data/Functional/Ec2/InstanceTest_instance.yml
# This is a supplemental YAML file for 'InstanceExtraTest.yml'.
InstanceId: {{instance_id}}
InstanceType: t2.micro
Placement:
AvailabilityZone: us-west-1c
Tenancy: default
GroupName: {{group_name}}
HostId: {{host_id}}
Affinity: {{affinity}}
LaunchTime: '{{launch_time}}'
Tags:
- Key: Name
Value: '{{name}}'
- Key: aws_cloud_instance_launched_by_uid
Value: {{uid}}
SecurityGroups:
- GroupId: {{security_group_id}}
GroupName: {{security_group_name}}
State:
Code: 16
Name: {{state}}
PublicDnsName: {{public_dns_name}}
PublicIpAddress: {{public_ip_address}}
PrivateDnsName: {{private_dns_name}}
PrivateIpAddress: {{private_ip_address}}
KeyName: '{{key_name}}'
Monitoring:
State: enabled
VpcId: {{vpc_id}}
SubnetId: {{subnet_id}}
SourceDestCheck: false
EbsOptimized: false
RootDeviceType: ebs
RootDeviceName: /dev/xvda
ImageId: {{image_id}}
VirtualizationType: hvm
AmiLaunchIndex: 0
StateTransitionReason: '{{reason}}'
