pulumi / pulumi-aws-native

AWS Native Provider for Pulumi
Apache License 2.0
90 stars 17 forks source link

Look at how provider handles Outpost #76

Open pierskarsenbarg opened 2 years ago

pierskarsenbarg commented 2 years ago

We already support outposts in the classic AWS provider. For example, to create an EC2 instance on an Outpost we there's an OutpostArn input: https://www.pulumi.com/docs/reference/pkg/aws/ec2/instance/#outpostarn_nodejs

S3 is a bit different in AWS classic - there's a different module (S3Control) and you use that instead of the S3 module: https://www.pulumi.com/docs/reference/pkg/aws/s3control/

pierskarsenbarg commented 2 years ago

We at least have the S3 at the moment: https://github.com/pulumi/pulumi-aws-native/tree/master/sdk/nodejs/s3outposts

Since we don't have EC2 instances available in the native provider I'm assuming that will come. Don't know whether you want to leave this ticket open to check on EC2 and RDS when they become available?