Featured Post

How to Build CI/CD Pipeline: GitHub to AWS

Image
 Creating a CI/CD pipeline to deploy a project from GitHub to AWS can be done using various AWS services like AWS CodePipeline, AWS CodeBuild, and optionally AWS CodeDeploy or Amazon ECS for application deployment. Below is a high-level guide on how to set up a basic GitHub to AWS pipeline: Prerequisites AWS Account : Ensure access to the AWS account with the necessary permissions. GitHub Repository : Have your application code hosted on GitHub. IAM Roles : Create necessary IAM roles with permissions to interact with AWS services (e.g., CodePipeline, CodeBuild, S3, ECS, etc.). AWS CLI : Install and configure the AWS CLI for easier management of services. Step 1: Create an S3 Bucket for Artifacts AWS CodePipeline requires an S3 bucket to store artifacts (builds, deployments, etc.). Go to the S3 service in the AWS Management Console. Create a new bucket, ensuring it has a unique name. Note the bucket name for later use. Step 2: Set Up AWS CodeBuild CodeBuild will handle the build proces

Overview Of Cloud Standards

Cloud computing slowly becoming reality. So it has to address many concerns such as security, interoperability, portability, and governance at the earliest opportunity.

This can be accelerated by compliance to guidelines and standards defined in consensus by the cloud providers. 

Without addressing these concerns, users would be wary to tread this path in spite of its powerful economic model for business computing.

Interoperability/integration

Interoperability enables products/software components to work with or integrate with each other seamlessly, in order to achieve the desired result.

Thus, it provides flexibility and the choice to use multiple products to achieve our needs. This is enabled by either integrating through standard interfaces or by means of a broker that converts one product interface to another.
Cloud computing depends on compliance standards.

Security

Security involves the protection of information assets through various policies, procedures, and technologies, which need to adhere to standards and best practices in order to achieve the desired level of security.

For example, the Payment Card Industry (PCI) data security standards from PCI SSC define ways to secure credit card data to avoid fraud. This is applicable to all organizations that hold, process or pass credit cardholder information.
Quickly Learn Cloud Computing

Portability


Software is said to be portable when the cost of porting the same from an existing platform for which it was originally developed, to a new platform, is less than the cost of re-writing it for the new platform. Software with good portability thus avoids vendor lock-in.

This is typically achieved by adhering to standard interfaces defined between the software component and vendor platforms. For example, Java programs are set to be portable across operating systems (OS) that adhere to standard interfaces defined between the Java runtime environment and the OS.
Portability and governance are the key factors in Cloud computing.

Governance

Risk Management and Compliance (GRC) - governance focuses on ensuring that the enterprise adheres to defined policies and processes. Risk management puts in controls to manage and mitigate risks as defined by the enterprise.

Compliance ensures that the enterprise adheres to various legal/legislative as well as internal policies. Standards have been defined for IT systems to adhere to a certain industry as well as legal standards such as Sarbanes-Oxley (SOX), Health Insurance Portability and Accountability Act (HIPAA), etc.

Related Posts:

  1. Learn Cloud Computing a Flow-Chart Way
  2. Why Data is Very Sexy Today

Comments

Popular posts from this blog

How to Fix datetime Import Error in Python Quickly

How to Check Kafka Available Brokers

SQL Query: 3 Methods for Calculating Cumulative SUM