if (FALSE) {
# This example resets the launchPermission attribute for the specified
# AMI. By default, AMIs are private.
svc$reset_image_attribute(
Attribute = "launchPermission",
ImageId = "ami-5731123e"
)
}
Run the code above in your browser using DataLab