Skip to content

Commit

Permalink
remove mount for test
Browse files Browse the repository at this point in the history
  • Loading branch information
tajewole-moj committed Oct 11, 2023
1 parent 3b5b570 commit b4e2a0d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions terraform/environments/apex/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ cd /tmp
yum install -y https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/linux_amd64/amazon-ssm-agent.rpm
sudo systemctl start amazon-ssm-agent
sudo systemctl enable amazon-ssm-agent
echo "${aws_efs_file_system.efs.dns_name}:/ /backups nfs4 rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,noresvport" >> /etc/fstab
mount -a

# Setting up CloudWatch Agent
cd /home
echo '{
"agent": {
Expand Down

0 comments on commit b4e2a0d

Please sign in to comment.