I am new to DevOps and creating a sample CI/CD pipeline in AWS. Once CI is successful, the code should be moved to S3 bucket. I have to write an appspec.yml file to deploy artifacts from S3 to IIS.
Here I have few queries: (1) Once CI is successful, are the files moved to S3 bucket as .zip? (2) Where should I keep the appspec.yml? (3) What should the appspec.yml code look like so that CodeDeploy reads it and deploys the artifacts to IIS?