Skip to content

Commit 4009219

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release enables sharing of EC2 Placement Groups across accounts and within AWS Organizations using Resource Access Manager
1 parent 66e88eb commit 4009219

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "This release enables sharing of EC2 Placement Groups across accounts and within AWS Organizations using Resource Access Manager"
6+
}

services/ec2/src/main/resources/codegen-resources/service-2.json

+18
Original file line numberDiff line numberDiff line change
@@ -35087,6 +35087,11 @@
3508735087
"shape":"Integer",
3508835088
"documentation":"<p>The number of the partition the instance should launch in. Valid only if the placement group strategy is set to <code>partition</code>.</p>",
3508935089
"locationName":"partitionNumber"
35090+
},
35091+
"GroupId":{
35092+
"shape":"PlacementGroupId",
35093+
"documentation":"<p>The Group ID of the placement group. You must specify the Placement Group <b>Group ID</b> to launch an instance in a shared placement group.</p>",
35094+
"locationName":"groupId"
3509035095
}
3509135096
},
3509235097
"documentation":"<p>Describes the placement of an instance.</p>"
@@ -35125,6 +35130,10 @@
3512535130
"PartitionNumber":{
3512635131
"shape":"Integer",
3512735132
"documentation":"<p>The number of the partition the instance should launch in. Valid only if the placement group strategy is set to <code>partition</code>.</p>"
35133+
},
35134+
"GroupId":{
35135+
"shape":"PlacementGroupId",
35136+
"documentation":"<p>The Group Id of a placement group. You must specify the Placement Group <b>Group Id</b> to launch an instance in a shared placement group.</p>"
3512835137
}
3512935138
},
3513035139
"documentation":"<p>Describes the placement of an instance.</p>"
@@ -37078,6 +37087,10 @@
3707837087
"HostResourceGroupArn":{
3707937088
"shape":"String",
3708037089
"documentation":"<p>The ARN of the host resource group in which to place the instance.</p>"
37090+
},
37091+
"GroupId":{
37092+
"shape":"PlacementGroupId",
37093+
"documentation":"<p>The Group Id of a placement group. You must specify the Placement Group <b>Group Id</b> to launch an instance in a shared placement group.</p>"
3708137094
}
3708237095
}
3708337096
},
@@ -40694,6 +40707,11 @@
4069440707
"shape":"String",
4069540708
"documentation":"<p>The ARN of the host resource group in which to launch the instances. If you specify a host resource group ARN, omit the <b>Tenancy</b> parameter or set it to <code>host</code>.</p> <p>This parameter is not supported by <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet\">CreateFleet</a>.</p>",
4069640709
"locationName":"hostResourceGroupArn"
40710+
},
40711+
"GroupId":{
40712+
"shape":"PlacementGroupId",
40713+
"documentation":"<p>The Group Id of the placement group.</p>",
40714+
"locationName":"groupId"
4069740715
}
4069840716
},
4069940717
"documentation":"<p>Describes the placement of an instance.</p>"

0 commit comments

Comments
 (0)