Skip to content

Commit 2f6fd00

Browse files
authored
fixed syntax error
1 parent 24a709a commit 2f6fd00

File tree

1 file changed

+4
-3
lines changed
  • adminforth/documentation/blog/2025-11-04-k3s-ec2-deployment

1 file changed

+4
-3
lines changed

adminforth/documentation/blog/2025-11-04-k3s-ec2-deployment/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ appName: myadmin # <-- replace with the name of your application
458458
containerPort: 3500
459459
servicePort: 80
460460
adminSecret: "your_secret"
461+
ecrImageFull: 735356255780.dkr.ecr.us-west-2.amazonaws.com/myadmink3s:latest ## <-- change to your repo url
461462
```
462463
After this create .../deploy/helm/helm_charts/templates folder
463464

@@ -730,11 +731,11 @@ aws_secret_access_key = <your_secret_key>
730731
Then use
731732

732733
```ini
733-
aws login
734+
aws configure
734735
```
735736

736-
And enter your credentials
737-
aws
737+
And configure your AWS credentials
738+
738739
### Step 8 - Run deployment
739740

740741
All deployment-related actions are automated, so no additional actions are required. To deploy the application, you only need to enter a few commands listed below and wait a few minutes. After that, you will be able to connect to the web application using the link you will receive in `terraform_output`. Next, if you wish, you can add GitHub Actions. To do this, follow the instructions in [our other post](https://adminforth.dev/blog/compose-aws-ec2-ecr-terraform-github-actions/#chellenges-when-you-build-on-ci).

0 commit comments

Comments
 (0)