# NOT RUN {
# This example creates a network interface for the specified subnet.
# }
# NOT RUN {
svc$create_network_interface(
Description = "my network interface",
Groups = list(
"sg-903004f8"
),
PrivateIpAddress = "10.0.2.17",
SubnetId = "subnet-9d4a7b6c"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab