Question 1: SPRING BOOT AWS - Storing Files in S3
Which AWS service is primarily used for storing and retrieving unstructured data like images, videos, and documents in Spring Boot apps?
Question 2: SPRING BOOT AWS - Code Snippet (Upload File to S3)
What does this code snippet do?
Question 3: SPRING BOOT AWS - Connecting to EC2
Which statement is true about AWS EC2 in Spring Boot apps?
Question 4: SPRING BOOT AWS - Code Snippet (Download from S3)
What does this code snippet achieve?
Question 5: SPRING BOOT AWS - AWS RDS Integration
What is the role of AWS RDS in a Spring Boot application?
Question 6: SPRING BOOT AWS - Code Snippet (Spring Boot with RDS)
Given this application.properties, what is configured?
Question 7: SPRING BOOT AWS - CI/CD with CodePipeline
Which AWS service automates CI/CD pipelines for Spring Boot applications?
Question 8: SPRING BOOT AWS - Code Snippet (Delete File in S3)
What does this code do?
Question 9: SPRING BOOT AWS - Monitoring Applications
Which AWS service can be used to monitor Spring Boot applications deployed on EC2 or ECS?
Question 10: SPRING BOOT AWS - CI/CD Deployment
In a typical CI/CD pipeline for Spring Boot on AWS, which combination is correct?