Skip to content

Commit

Permalink
update link to video (#13804)
Browse files Browse the repository at this point in the history
  • Loading branch information
interurban authored Jan 14, 2025
1 parent 4d78793 commit 2b17703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/tutorials/importing-aws-infrastructure/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ aliases:

To start, login to the [AWS Console](https://console.aws.amazon.com/s3) and [create a new S3 bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-bucket.html). You can create the bucket using default settings, making sure to provide a globally unique name for the bucket. For the purposes of this tutorial, we have created an S3 bucket named `pulumi-import-tutorial-bucket`.

{{< video title="Creating S3 Bucket in AWS" src="/tutorials/importing-infrastructure/aws-console-create-s3-bucket.mp4" autoplay="true" loop="true" >}}
{{< video title="Creating S3 Bucket in AWS" src="/tutorials/importing-aws-infrastructure/aws-console-create-s3-bucket.mp4" autoplay="true" loop="true" >}}

Then, login to the [Pulumi CLI](/tutorials/cli-authentication/) and ensure it is [configured to use your AWS account](/docs/iac/get-started/aws/begin/#configure-pulumi-to-access-your-aws-account).

Expand Down

0 comments on commit 2b17703

Please sign in to comment.