what is the best to create two environments?
one for development and one for production in the same organization.
or to create development environment in one organization and create production environment in different organization
@dchiesa1
Solved! Go to Solution.
Different teams/companies take different approaches.
A good starting point is to have 2 PROJECTS: prod and non-prod, and an Apigee organization in each one. Then different environments supporting the SDLC for your team, in those environments. In NOn-prod you might have dev, stage, uat. In prod you might have sandbox and prod.
This is a good approach, but some companies prefer to use Google Cloud projects to segregate their SDLC stages. So they have distinct projects for dev. stage, uat, and prod. In which case you might want one Apigee organization for each of those.
There's no single right answer.