function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
shephalishephali 

What is DevOps AWS?

Hello,
   I want to know about "DevOps AWS".

Your knowledge will be appreciating.

Thanks
Shephali
Best Answer chosen by shephali
Manish BhatiManish Bhati
As we used to have separate development and Operations team then the concept came of DevOps(which means let them do everything ;) ).

Standard definition:- DevOps is a cultural shift and collaboration between development, operations and testing.
Informally:- Combination of Development and Operations techniques together.

DevOps toolchain should include all the below:-

Code – Code Development and Review, continuous integration tools
Build – Version control tools, code merging, Build status
Test – Test and results determine performance
Package – Artifact repository, Application pre-deployment staging
Release – Change management, Release approvals, release automation
Configure – Infrastructure configuration and management, Infrastructure as Code tools
Monitor – Applications performance monitoring, End user experience

AWS is Amazoon Web Services which offer above DevOps practice and its tool in one place - AWS cloud.

So, it is "DevOps AWS".
 

All Answers

Manish BhatiManish Bhati
As we used to have separate development and Operations team then the concept came of DevOps(which means let them do everything ;) ).

Standard definition:- DevOps is a cultural shift and collaboration between development, operations and testing.
Informally:- Combination of Development and Operations techniques together.

DevOps toolchain should include all the below:-

Code – Code Development and Review, continuous integration tools
Build – Version control tools, code merging, Build status
Test – Test and results determine performance
Package – Artifact repository, Application pre-deployment staging
Release – Change management, Release approvals, release automation
Configure – Infrastructure configuration and management, Infrastructure as Code tools
Monitor – Applications performance monitoring, End user experience

AWS is Amazoon Web Services which offer above DevOps practice and its tool in one place - AWS cloud.

So, it is "DevOps AWS".
 
This was selected as the best answer
shephalishephali
Hello Manish,

         When i google this it redirects me to get account on. Also there is one link to get the AppExchange app named "Force.com for Amazon Web Services" . So its a bit confusing what it really is.
This what i got from AppExchange
Manish BhatiManish Bhati
First link will be of aws.amazon.com, with create AWS account.
Second is for Package in Salesforce which can be used to incorporate 'Devops AWS' service in your Salesforce org.
shephalishephali
So basically its an App on AppExchange which provides such services which you have mentioned above?
shephalishephali
Hey Manish, Can you provide any practical/ Real time scenario where this app is best fit in to use?

Thanks
Manish BhatiManish Bhati
If you have different Salesforce teams for Development, Testing, Operations also they are using various tools and techniques.You are maintaining repositories for code, monitoring tools in production , purchase license for various other tools. Then you decide, we don't want the headache of maintaining these many teams and tools associated with them, rather you want one team which could do all the process using proper tools at one place.

You will make an AWS account and buy tool chainset (pay as you go) as according to your requirement for below:-
Microservices
Infrastructure as Code
Monitoring and Logging
Platform as a Service
Version Control

and integrate this with Salesforce using the Force_for_Amazon_Web_Services package.