From f499e3cb0c7fe29f3eec53eca39bab01095066ca Mon Sep 17 00:00:00 2001 From: Edward Viaene Date: Thu, 27 Jun 2024 09:06:27 +0200 Subject: [PATCH] install modifications --- README-install.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README-install.md b/README-install.md index 89b2f6f..d6152db 100644 --- a/README-install.md +++ b/README-install.md @@ -4,7 +4,7 @@ 1. git clone this repository using `git clone https://github.com/in4it/roxprox.git` or download the files from [resources/ecs/](resources/ecs/) 2. Create an S3 bucket and upload the configuration files. You can copy the example configuration file to proxy test.example.com: ``` -aws s3 create-bucket --bucket roxprox-configuration --region us-east-1 # add your organization name or a random string to make the s3 bucket unique +aws s3api create-bucket --bucket roxprox-configuration --region us-east-1 # add your organization name or a random string to make the s3 bucket unique ``` Example Configuration File ([mocky.yaml](resources/example-proxy/mocky.yaml)): ``` @@ -75,15 +75,12 @@ aws iam delete-role-policy --role-name roxprox-execution-role --policy-name roxp aws iam detach-role-policy --role-name roxprox-execution-role --policy-arn arn:aws:iam::aws:policy/service-role/AmazonECSTaskExecutionRolePolicy aws iam delete-role --role-name roxprox-execution-role aws iam delete-role-policy --role-name roxprox-task-role --policy-name roxprox-policy -aws iam delete-role-policy --role-name roxprox-task-role --policy-name roxprox-task-role aws iam delete-role --role-name roxprox-task-role -aws iam delete-role --role-name roxprox-envoy-proxy-task-role -aws iam delete-role-policy --role-name roxprox-ecs-task-execution-role --policy-name roxprox-ecs-task-execution-role -aws iam delete-role --role-name roxprox-ecs-task-execution-role aws logs delete-log-group --log-group-name roxprox aws sqs delete-queue --queue-url "${S3_BUCKET}-notifications" aws s3 rm s3://${S3_BUCKET}/config/mocky.yaml aws s3api delete-bucket --bucket ${S3_BUCKET} +aws ssm delete-parameter --name envoy-config ``` ## Roxprox install (using Terraform)