<@UB39JFCKC> Do you have a good F# example of spin...
# dotnet
s
@tall-librarian-49374 Do you have a good F# example of spinning up an AWS EC2 instance, I can't get my head around how to fetch the appropriate ami
t
It should be a call to
Pulumi.Aws.Ec2.GetAmi.InvokeAsync
s
It doesn't seem to find
GetAmi
here:
Ah,
Pulumi.Aws.GetAmi.InvokeAsync
🤦 ok, I'll translate the C# example. Thanks @tall-librarian-49374 👍