devopsacademyau / 2020-feb-project1-group2

Creative Commons Attribution Share Alike 4.0 International
0 stars 2 forks source link

EFS #39

Closed faria-marcio closed 4 years ago

faria-marcio commented 4 years ago

This PR contains the efs.tf to create the EFS file system and also update the sg.tf with the security groups used by efs.tf

Some handy tips:

1) Creating an Access Point (CLI): aws efs create-access-point --file-system-id fs-01234567 --client-token 010102020-3 { "ClientToken": "010102020-3", "Tags": [], "AccessPointId": "fsap-092e9f80b3fb5e6f3", "AccessPointArn": "arn:aws:elasticfilesystem:us-east-2:111122223333:access-point/fsap-092e9f80b3fb5e6f3", "FileSystemId": "fs-01234567", "RootDirectory": { "Path": "/" }, "OwnerId": "111122223333", "LifeCycleState": "creating" }

More details can be found at https://docs.aws.amazon.com/efs/latest/ug/create-access-point.html
faria-marcio commented 4 years ago

I've created the ECS security group in this PR because the ECS card is not done yet. I've included an observation in that card to make sure who is in charge knows, reviews and updates the ECS security group.

kikobr82 commented 4 years ago

just fix the conflics and it should be good to merge.

kikobr82 commented 4 years ago

just fix the conflicts and you should good to merge..

kikobr82 commented 4 years ago

just fix the conflicts and you should good to merge..