Description: Basic Security refers to the fundamental security measures that must be implemented for applications deployed on cloud platforms. These measures are essential to protect both the infrastructure and the data of cloud applications. In the context of cloud computing, Basic Security includes practices such as proper configuration of security groups, identity and access management (IAM), and implementation of encryption policies. Additionally, application security must be considered through input validation and protection against common attacks such as SQL injection and cross-site scripting (XSS). The importance of these measures lies in the growing threat of cyberattacks and the need to ensure the confidentiality, integrity, and availability of data. Implementing a basic security approach not only helps mitigate risks but is also a requirement for compliance with security regulations and standards. In an environment where applications are accessible over the Internet, Basic Security becomes a fundamental pillar for any cloud development and deployment strategy, ensuring that applications not only function correctly but are also resilient to external threats.