Following the below AWS wiki, I have created an AMI with an EFS mount that attaches automatically on startup using EFS mount helper with configuration in /etc/fstab. When building the AMI, I'm noticing that the EFS mount logs are in CloudWatch in the expected place. However when building a new instance using the AMI built from the previous step, I am are NOT seeing any EFS mount logs from the new instances. Is this the expected behavior?Ideally there should be EFS logs on each instance even if EFS mounted on start when in /etc/fstab. This is using a built copy of this deb package on ubuntu 22 as there is no official ubuntu 22 currently, thought I don't believe being on ubuntu 22 would impact this everything else is working as intended. If there is a setting I am missing please let me know or if you need any additional information.
Following the below AWS wiki, I have created an AMI with an EFS mount that attaches automatically on startup using EFS mount helper with configuration in
/etc/fstab
. When building the AMI, I'm noticing that the EFS mount logs are in CloudWatch in the expected place. However when building a new instance using the AMI built from the previous step, I am are NOT seeing any EFS mount logs from the new instances. Is this the expected behavior?Ideally there should be EFS logs on each instance even if EFS mounted on start when in/etc/fstab
. This is using a built copy of thisdeb
package on ubuntu 22 as there is no official ubuntu 22 currently, thought I don't believe being on ubuntu 22 would impact this everything else is working as intended. If there is a setting I am missing please let me know or if you need any additional information.AWS wiki: https://docs.aws.amazon.com/efs/latest/ug/automount-with-efs-mount-helper.html