the spot instance request object should have an at...
# aws
s
the spot instance request object should have an attribute
spot_instance_id
that you can use
b
Probably a dumb question, but how do I update/modify an EC2 instance once it's been created from the spot request?
Copy code
var resultingInstance = Output.Create(GetInstance.InvokeAsync(new GetInstanceArgs
        {
            InstanceId = ResultingInstanceId.ToString()
        }));
This is what I was trying to GET the resulting instance, but how do I update it? If I do a
new Instance
request, the first parameter it expects is the name...which I don't have lol
s
you may have to do it directly with boto