Skip to content

Commit 557caa0

Browse files
committed
fix readme
1 parent 4cf0835 commit 557caa0

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Recommended for monitoring and logging
6565

6666
```bashPackage all code, upload to S3, copy the code to the deployment machine created via CloudFormation, and switch to root
6767
sudo su root
68-
cd infra-iac/
68+
cd /opt/infra/sample-e2b-on-aws/infra-iac
6969
bash init.sh
7070
more /opt/config.properties # Confirm the environment exists
7171

e2b-setup-env.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -545,9 +545,7 @@ Resources:
545545
- |
546546
# Create directory for E2B infrastructure code
547547
mkdir -p /opt/infra/ && cd /opt/infra/
548-
- |
549-
# Download E2B infrastructure deployment package
550-
wget https://d1xyt5y3ujmg04.cloudfront.net/infra/e2b-infra-0520.zip
548+
git clone https://github.com/aws-samples/sample-e2b-on-aws.git
551549
552550
# ===================================================================================================
553551
# Outputs - Values exported after stack creation for reference by other stacks

infra-iac/terraform/output.tf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -203,16 +203,6 @@ output "target_group_arns" {
203203
}
204204
}
205205

206-
// WAF outputs
207-
output "waf_acl_id" {
208-
description = "ID of the WAF ACL"
209-
value = aws_wafv2_web_acl.e2b_waf_acl.id
210-
}
211-
212-
output "waf_acl_arn" {
213-
description = "ARN of the WAF ACL"
214-
value = aws_wafv2_web_acl.e2b_waf_acl.arn
215-
}
216206

217207
// General infrastructure information
218208
output "account_id" {

0 commit comments

Comments
 (0)