You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <code>advertised</code>: The address range is being advertised to the internet by Amazon Web Services.</p>
3109
+
* </li>
3110
+
* <li>
3111
+
* <p>
3112
+
* <code>deprovisioned</code>: The address range is deprovisioned.</p>
3113
+
* </li>
3114
+
* <li>
3115
+
* <p>
3116
+
* <code>failed-deprovision</code>: The request to deprovision the address range was unsuccessful. Ensure that all EIPs from the range have been deallocated and try again.</p>
3117
+
* </li>
3118
+
* <li>
3119
+
* <p>
3120
+
* <code>failed-provision</code>: The request to provision the address range was unsuccessful.</p>
3121
+
* </li>
3122
+
* <li>
3123
+
* <p>
3124
+
* <code>pending-deprovision</code>: You’ve submitted a request to deprovision an address range and it's pending.</p>
3125
+
* </li>
3126
+
* <li>
3127
+
* <p>
3128
+
* <code>pending-provision</code>: You’ve submitted a request to provision an address range and it's pending.</p>
3129
+
* </li>
3130
+
* <li>
3131
+
* <p>
3132
+
* <code>provisioned</code>: The address range is provisioned and can be advertised. The range is not currently advertised.</p>
3133
+
* </li>
3134
+
* <li>
3135
+
* <p>
3136
+
* <code>provisioned-not-publicly-advertisable</code>: The address range is provisioned and cannot be advertised.</p>
* <p>Changes the instance's user data to the specified value. If you are using an Amazon Web Services SDK or command line tool, base64-encoding is performed for you, and you
5389
-
* can load the text from a file. Otherwise, you must provide base64-encoded text.</p>
5388
+
* <p>Changes the instance's user data to the specified value. User data must be base64-encoded.
5389
+
* Depending on the tool or SDK that you're using, the base64-encoding might be performed for you.
5390
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html">Work with instance user data</a>.</p>
* commands on your Amazon EC2 instance at launch</a> in the <i>Amazon EC2 User
3194
-
* Guide</i>. If you are using a command line tool, base64-encoding is performed
3195
-
* for you, and you can load the text from a file. Otherwise, you must provide
3196
-
* base64-encoded text. User data is limited to 16 KB.</p>
3191
+
* <p>The user data to make available to the instance. User data must be base64-encoded.
3192
+
* Depending on the tool or SDK that you're using, the base64-encoding might be performed for you.
3193
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html">Work with instance user data</a>.</p>
0 commit comments