From 2b1770356f968821465ef5ec78e6b8a904b8e680 Mon Sep 17 00:00:00 2001 From: James Denyer Date: Tue, 14 Jan 2025 14:45:03 -0800 Subject: [PATCH] update link to video (#13804) --- content/tutorials/importing-aws-infrastructure/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/importing-aws-infrastructure/index.md b/content/tutorials/importing-aws-infrastructure/index.md index 074eed7b0669..acdad4176a7e 100644 --- a/content/tutorials/importing-aws-infrastructure/index.md +++ b/content/tutorials/importing-aws-infrastructure/index.md @@ -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).