Managed EFS #2809
              
                Unanswered
              
          
                  
                    
                      christopherrbyrd
                    
                  
                
                  asked this question in
                Q&A
              
            
            
              Managed EFS
            
            #2809
          
          
        Replies: 1 comment 5 replies
-
| Hi @christopherrbyrd ! I've tried to reproduce the issue but the EFS file system seems to be created. These are the steps that I took: 
 name: frontend
type: Load Balanced Web Service
storage:
  volumes:
    myManagedEFSVolume:
      efs: true
      path: /var/efs
      read_only: false
 If it's okay to copy/paste your manifest.yml file we might be able to troubleshoot too! | 
Beta Was this translation helpful? Give feedback.
                  
                    5 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I'm a copilot newbie, so pardon any dumb questions in advance ;-) Here's the issue I'm experiencing. When I try to add a managed EFS to my application/service nothing happens. The documentation states to "add the storage field" to the manifest.yml file. For example,
storage:
volumes:
myManagedEFSVolume:
efs: true
path: /var/efs
read_only: false
After modifying the manifest and deploying the service Copilot (or CloudFormation) does not recognize the changes. I'm I missing something?
Note: copilot version: v1.10.0, MacOS 11.2
Beta Was this translation helpful? Give feedback.
All reactions