diff --git a/appspec.yml b/appspec.yml index 981c6be..3c8e62e 100644 --- a/appspec.yml +++ b/appspec.yml @@ -2,11 +2,10 @@ version: 0.0 os: linux files: - source: / - destination: /home/ubuntu/client + destination: /home/ec2-user/client overwrite: yes permissions: - object: / pattern: '**' - owner: root - group: root - mode: 775 + owner: ec2-user + group: ec2-user