This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "supplier_id": 4124, | |
| "Markup": "95%" | |
| }, | |
| { | |
| "supplier_id": 4125, | |
| "Markup": "95%" | |
| }, | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Content-Type: multipart/mixed; boundary="==BOUNDARY==" | |
| MIME-Version: 1.0 | |
| --==BOUNDARY== | |
| Content-Type: text/cloud-boothook; charset="us-ascii" | |
| # Mount /mnt/efs | |
| cloud-init-per instance add_efs_to_fstab echo -e 'fs-XXXXXXXX:/ /mnt/efs efs defaults,_netdev 0 0' >> /etc/fstab | |
| # Mkdir /etc/ecs | |
| cloud-init-per instance mkdir_ecs mkdir /etc/ecs | |
| # write ecs.config | |
| cloud-init-per instance write_ecs_config echo -e "ECS_CLUSTER=Test-Cluster" >> /etc/ecs/ecs.config |