AWS S3 Replicated Bucket v0.0.6 published on Thursday, Oct 7, 2021 by Lee Zen
AWS S3 Replicated Bucket: Installation & Configuration
AWS S3 Replicated Bucket v0.0.6 published on Thursday, Oct 7, 2021 by Lee Zen
If you do not already have an AWS account, you can create a free AWS account. Most resources in our examples fall within the AWS Free Tier, but we encourage you to follow the cleanup steps at the end of each section to avoid paying for resources you aren't using.
To provision an AWS S3 Replicated Bucket with this component, you need to have AWS credentials. Use the instructions on the AWS Provider’s Installation & Configuration to get credentials if needed. Your AWS credentials are never sent to Pulumi.com. Pulumi uses the AWS SDK and the credentials in your environment to authenticate requests from your computer to AWS.
Installation
The AWS S3 Replicated Bucket provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@pulumi/aws-s3-replicated-bucket
- Python:
pulumi-aws-s3-replicated-bucket
- Go:
github.com/pulumi/pulumi-aws-s3-replicated-bucket/sdk/go/aws
- .NET:
Pulumi.AwsS3ReplicatedBucket
AWS S3 Replicated Bucket v0.0.6 published on Thursday, Oct 7, 2021 by Lee Zen