I’m currently having an issue where the file imports defined on the .ebextensions folder don’t end up on their target paths. My current configuration (located on .ebextensions/credentials.config) is the following: files: "/var/app/current/credentials.json": mode: "000644" owner: root group: root source: "https://bucket-name.s3.region.amazonaws.com/credentials.json" authentication: S3Access Resources: AWSEBAutoScalingGroup: Metadata: AWS::CloudFormation::Authentication: S3Access: type: S3 roleName: aws-elasticbeanstalk-ec2-role buckets: bucket-name There isRead more