Design Tips for Developers to Secure Cloud Applications

If you are a developer working on one or more cloud applications and want to know design and coding tips to make sure that you take care of appropriate security concerns, following represents  some of the important areas to consider:

  • Data Design: Data design is one of the key areas of concerns when one is developing cloud applications. This is primarily because cloud service model such as SAAS (Software-as-a-service) allows data related with different customers to be hosted on same database server. And, if data model, primarily related with multi-tenancy, is not designed in the nice manner, there are high possibilities of data breach wherein the attacker could get access to data related with several clients. In addition to that, if data design does not include aspects of data encryption, the data loss due to various reasons could lead to the attackers get access to the entire database representing data of several clients. Following are some of the key aspects in relation with security, one would want to consider while doing design and coding:
    • Multi-tenant Data Design
    • Encryption

  • Authentication & Access Control Techniques
    • Two-factor authentication
    • Oauth-supported APIs 
  • Secured API Access

 

Ajitesh Kumar
Follow me

Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. For latest updates and blogs, follow us on Twitter. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking. Check out my other blog, Revive-n-Thrive.com
Posted in Application Security, Cloud. Tagged with .

Leave a Reply

Your email address will not be published. Required fields are marked *