Skip to content

Commit 3196799

Browse files
author
AWS
committed
Amazon Lightsail Update: This release adds support for IPv6-only instance plans.
1 parent 40b06d0 commit 3196799

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Lightsail",
4+
"contributor": "",
5+
"description": "This release adds support for IPv6-only instance plans."
6+
}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3832,6 +3832,10 @@
38323832
"supportedAppCategories":{
38333833
"shape":"AppCategoryList",
38343834
"documentation":"<p>Virtual computer blueprints that are supported by a Lightsail for Research bundle.</p> <important> <p>This parameter only applies to Lightsail for Research resources.</p> </important>"
3835+
},
3836+
"publicIpv4AddressCount":{
3837+
"shape":"integer",
3838+
"documentation":"<p>An integer that indicates the public ipv4 address count included in the bundle, the value is either 0 or 1.</p>"
38353839
}
38363840
},
38373841
"documentation":"<p>Describes a bundle, which is a set of specs describing your virtual private server (or <i>instance</i>).</p>"
@@ -8849,6 +8853,10 @@
88498853
"shape":"IpAddress",
88508854
"documentation":"<p>The public IP address of the Amazon Lightsail instance.</p>"
88518855
},
8856+
"ipv6Addresses":{
8857+
"shape":"Ipv6AddressList",
8858+
"documentation":"<p>The IPv6 address of the Amazon Lightsail instance.</p>"
8859+
},
88528860
"password":{
88538861
"shape":"string",
88548862
"documentation":"<p>For RDP access, the password for your Amazon Lightsail instance. Password will be an empty string if the password for your new instance is not ready yet. When you create an instance, it can take up to 15 minutes for the instance to be ready.</p> <note> <p>If you create an instance using any key pair other than the default (<code>LightsailDefaultKeyPair</code>), <code>password</code> will always be an empty string.</p> <p>If you change the Administrator password on the instance, Lightsail will continue to return the original password value. When accessing the instance using RDP, you need to manually enter the Administrator password after changing it from the default.</p> </note>"

0 commit comments

Comments
 (0)