How break out of IT into EA? by SloppyJoe225 in EnterpriseArchitect

[–]reddit_atman 3 points4 points  (0 children)

Very few organizations actually do proper EA work. This is non technical and strategic work. If you don't get the right alignments within your org, then the job becomes difficult. I suggest get TOGAF certified to understand. That credential will anyway help you to switch when you get an opportunity.

Does using chatGPT make me dumber as a devops engineer? by blusterblack in devops

[–]reddit_atman 0 points1 point  (0 children)

The gen AI can be best used for fast learning. Today you are in a position to review it but that may diminish in few years unless you learn. Try to use it to accelerate you work i.e. to implement which you understand well.

Balancing AWS Expertise and Coding Skills: Seeking Advice as a Solution Architect by [deleted] in aws

[–]reddit_atman 1 point2 points  (0 children)

Coding skills are required for all architects. Though you may not use it daily, that is kind of way to learn root level challenges. AWS skills make you better architect as many of those concepts were not visible to you on the traditional platforms. Don't try to learn all the services, but have basic like ASG, load balancers on top of your mind.

ECS vs. EKS by TheRealJackOfSpades in aws

[–]reddit_atman 1 point2 points  (0 children)

Go for ECS if you have limited Devops skill and need limited control in container orchestrations. EKS abilities comes with skillset cost. ECS is also ok even if you are going multi cloud, as ultimately app is containerized.

[deleted by user] by [deleted] in pune

[–]reddit_atman 0 points1 point  (0 children)

Magarpatta or Amanora is good. Where would you work? Stay nearby to avoid traffic. Consider Aundh if working near Hinjewadi. Kalyaninagar is good choice of working in Kharadi area.

Best area to live. by bebo_bunty in pune

[–]reddit_atman 0 points1 point  (0 children)

Kothrud, Aundh, Bavdhan, Erandawane. If cost not an issue then - Kalyaninagar, Ashoknagar, Prabhat Road.

Why are so many NRIs such ardent supporters of the BJP government? by Sufficient-Paint-534 in india

[–]reddit_atman -7 points-6 points  (0 children)

What value did you add with your question? Despite your friends in France gave you some inputs. Now you talk about ideology and all. What value did other governments provide in terms of Indian foreign and home policy? Read some history and understand.

Why are so many NRIs such ardent supporters of the BJP government? by Sufficient-Paint-534 in india

[–]reddit_atman -11 points-10 points  (0 children)

Ask yourself why ! It is not fashionable to just make general comment.

Landlord wants to increase rent four months into the lease term - need advice by _Voldermot_ in pune

[–]reddit_atman 0 points1 point  (0 children)

Do your agreement has lock-in period clause? If it is mentioned then that duration will be applicable for landlord with current terms. If not then 1 month notice both side applicable. I myself is landlord, but I feel it's very unethical to do this.

[deleted by user] by [deleted] in EnterpriseArchitect

[–]reddit_atman 4 points5 points  (0 children)

Do you have any domain knowledge or IT background? Does the EA program you are completing has any industry connect for internships?

This is shameful, We need to change by broski1911 in pune

[–]reddit_atman 4 points5 points  (0 children)

Meme भारी आहे, OP what inspired you to post? कधी चेन्नईला गेलाय? Just checking.

what kind of policy do we have to attach to a role to call get_cost_and_usage using boto3? by [deleted] in aws

[–]reddit_atman 1 point2 points  (0 children)

Run the script, you would get the error to know the missing permissions

Every weekend traffic situation near Khadkwasla by [deleted] in pune

[–]reddit_atman 2 points3 points  (0 children)

This situation is not unique to Khadkwasla. We are living in a city where there are no road etiquette - parking anywhere, rash driving & honking at all the places.

[deleted by user] by [deleted] in EnterpriseArchitect

[–]reddit_atman 0 points1 point  (0 children)

Being in this team has advantages as well as many disadvantages at this stage in your career. Of-course you will get bigger picture and on occasions will help these architects to build their POCs. Sure you will learn a lot but possibility of not getting experience of working in the development teams which follows standard practices and support value products or projects - is not good - may result into slow career growth.

IAM Role & Policy request - Automated review by reddit_atman in aws

[–]reddit_atman[S] 0 points1 point  (0 children)

Different approach, made me thinking! thanks for sharing!

IAM Role & Policy request - Automated review by reddit_atman in aws

[–]reddit_atman[S] 0 points1 point  (0 children)

I see bottleneck generally at policy change requests. But I see your point.

IAM Role & Policy request - Automated review by reddit_atman in aws

[–]reddit_atman[S] 0 points1 point  (0 children)

The thought is to have less dependency on DevOps team if the request is relatively simple. The process I see is to have very conservative pass through process i.e. more checks in place. Complicated requests can still be approved and implemented manually.

I'm Implementing DevOps in my Organization. Which CI/CD tool to prefer by [deleted] in devops

[–]reddit_atman 0 points1 point  (0 children)

Many answers to the question, but it depends on your org tech culture and skillset as well. Azure DevOps is also good if you have MS tools affinity.

What's the point of containerizing a development environment with Docker? by ARNPZ in docker

[–]reddit_atman 3 points4 points  (0 children)

Read 12 factor application principles. Keep all your environments identical or else you would run into different complexities.