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
In addition to above the `MultipartUserData` can be used to change instance startup behavior. Multipart user data are composed
982
+
from separate parts forming archive. The moment, and behavior of each part can be controlled with `Content-Type`, and it's wider
983
+
than executing shell scripts.
984
+
985
+
Some services (like AWS Batch) allows only `MultipartUserData`.
986
+
987
+
For more information see
988
+
[Specifying Multiple User Data Blocks Using a MIME Multi Part Archive](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/bootstrap_container_instance.html#multi-part_user_data)
989
+
990
+
981
991
## Importing existing subnet
982
992
983
993
To import an existing Subnet, call `Subnet.fromSubnetAttributes()` or
0 commit comments