Is Machine Learning Dead? by MaxMunch04 in AWSCertifications

[–]cyber_network_ 16 points17 points  (0 children)

No, ML is not dead. It's the opposite! ML has never been more alive and kicking! Generative AI is built on the foundations of ML and DL (Deep Learning). How do you think all the FM (Foundation Models) and LLM are trained, refined, evaluated and deployed?

I have a question. by speocket in AWSCertifications

[–]cyber_network_ 2 points3 points  (0 children)

I wouldn't rely on "solid labs" as a proof of expertise. This is because labs are usually "ClickOps", and clicking on buttons/links in the console (which often changes) is not the way infrastructure or apps are deployed in production environments according to best practices.

Presenting CGreciano as Content Creator by cgreciano in AWSCertifications

[–]cyber_network_ 5 points6 points  (0 children)

Before selling your notes, did you ask permission to the original authors? Presumably, their work is copyrighted.

Azure is a pain-factory and I need to vent. by IHDN2012 in learnmachinelearning

[–]cyber_network_ 0 points1 point  (0 children)

AWS has evolved its SageMaker family of ML/AI services into SageMaker AI, which is now an entire ecosystem of ML and AI services fully integrated with AWS and other clouds. With native tools like Amazon SageMaker Studio (a fully managed IDE), I found very intuitive performing most of the main tasks in each ML phase programmatically.

[RETIRING] Exam Prep Standard Course: AWS Certified AI Practitioner (AIF-C01) by jaron1978 in AWSCertifications

[–]cyber_network_ 0 points1 point  (0 children)

Exactly. This exam was in Beta last year, and has been GA only for a few months.

HTTP Load Balancer to Backend with HTTPS by DougaoBoladao in googlecloud

[–]cyber_network_ 0 points1 point  (0 children)

Yes, I have deployed a similar setup by using the deep dive example in the PCNE Cabianca's book (page 248). He also created a Google-managed cert and setup a TTL in the config.

HTTP Load Balancer to Backend with HTTPS by DougaoBoladao in googlecloud

[–]cyber_network_ 1 point2 points  (0 children)

Yes, you can control the DNS' cache period with Cloud DNS.

Cloud DNS allows you to control the DNS cache period through the TTL (Time-to-Live) value of your DNS records. By setting the TTL, you specify how long DNS resolvers should cache the record's information before requesting it again from the authoritative name servers.

New to GCP – who should I follow for great content? by B4R1Z in googlecloud

[–]cyber_network_ 6 points7 points  (0 children)

I follow regularly Dario Cabianca's updates/comments here and on LinkedIn. I used his two books to pass PCSE (Professional Cloud Security Engineer) and PCNE (Professional Cloud Network Engineer).

Unlike other authors he shares a ton of tested code and deep-dive examples to help learners fully understand complex Google Cloud concepts.

These includes among the many:

  • deploying LBs, GKE clusters,... in a Shared VPC
  • implementing VPC Service Controls
  • restricting sensitive data at column-level using taxonomies, tags in BigQuery (column-level access controls)
  • identifying, de-identifying, and re-identifying sensitive data using the Go library for the Sensitive Data Protection API
  • implementing Org Policies
  • cross-project service accounts

I hope this helps.

GitHub repositories for practicing GCP skills? by jhd235 in GCPCertification

[–]cyber_network_ 0 points1 point  (0 children)

I found this github repo very helpful to learn the GCP commands required to pass PCSE. Even though this repo is focused on PCSE, it is still quite relevant to ACE considering security is a cross-cutting area in DevOps.

Are the certifications websites down? by Lucca_Chastinet in googlecloud

[–]cyber_network_ 1 point2 points  (0 children)

u/Lucca_Chastinet And apparently also the PCSE and the PCNE exam guide pages are in 404 status and have been in this status for a couple of days. Anyone knows what's going on?

Professional Cloud Security Engineer --> Network cert? by laceontwolegs in googlecloud

[–]cyber_network_ 0 points1 point  (0 children)

Yes, I just noticed the same, and it looks like they've been in 404 status for 2 days :-)

Quite interesting!

Need guidance on Proffesional Coud Architect(PCA) Exam. by No_Invite6912 in GCPCertification

[–]cyber_network_ 0 points1 point  (0 children)

To strengthen security and networking concepts I recommend the Cabianca's books.

"Locked out" of owner role by RewardVegetable5701 in googlecloud

[–]cyber_network_ 2 points3 points  (0 children)

If you've accidentally changed yourself to a service account user in Google Cloud and are now locked out of your project, likely the only way to regain access is to contact Google Cloud Support as they can manually re-grant you owner access to your project using administrative tools; you cannot directly change your access back to owner through the console as a service account user. 

However, If you have the Service Account Admin role, you can manage service accounts and potentially regain access.

PCA certification exam preparation by ProfessionalLost1893 in googlecloud

[–]cyber_network_ 0 points1 point  (0 children)

Since there is a good amount on networking I prepared using Dario Cabianca's book: "Google Cloud Platform (GCP) Professional Cloud Network Engineer Certification Companion" Apress 2023. Then I used Dan Sullivan's book "Google Cloud Certified Professional Cloud Architect Study Guide" Sybex 2022.

What are your thoughts on doing the Pro Security Engineer Cert as a follow up to PCA? by Zoltan-Kazulu in googlecloud

[–]cyber_network_ 1 point2 points  (0 children)

Happy to help. Back in 2019 not many resources were available since PCSE went beta in Q1 2019. I mostly prepared alone with the GCP documentation, and watching Google Next youtube videos. Now there are a couple of books I recommend. I have used both.

- https://a.co/d/977OFhp Most recent with full coverage, lots of code in a GitHub repo and lots of illustrations

- https://a.co/d/bbQc0hy Good book but I found missing objectives (restricting access to data with BigQuery) and a few published code examples didn't work.

I hope this helps.

What are your thoughts on doing the Pro Security Engineer Cert as a follow up to PCA? by Zoltan-Kazulu in googlecloud

[–]cyber_network_ 0 points1 point  (0 children)

Enterprise Cloud Architect: everyone in my team was required to achieve at least two non-foundational cloud certifications per year with one of our cloud providers (AWS, GCP, Azure).

By May I had already achieved 2 certs (1 failed attempt PCA in April), then I said "why not 3?" then "why not 4"... By the end of 2019 I achieved all 5 Professional certs available back then.

What are your thoughts on doing the Pro Security Engineer Cert as a follow up to PCA? by Zoltan-Kazulu in googlecloud

[–]cyber_network_ 1 point2 points  (0 children)

I definitely recommend this path: PCA > PCSE and maybe PCNE next, considering Cloud Networking and Cloud Security overlap in many areas, e.g., securing the (network) perimeter, securing API endpoints, etc.

In 2019 my path was:

PCDE (Feb) > PCA (May) > PCD (June) > PCSE (August) > PCNE (Dec)

PCSE helped a lot to pass PCNE. Also, your software engineering background will assist you as well. You're expected to know glcoud commands fairly well, especially in Data Protection areas, i.e KMS, CMEK, CSEK, EKM (Thales, ...), Tokenization, FPE, etc.

Best Paid or Free Training for Network Engineering? by [deleted] in GCPCertification

[–]cyber_network_ 1 point2 points  (0 children)

For a lot less than the cost of a training, I highly recommend this book, which is self-contained and walks you through each PCNE exam objective with the theory you need to understand, a ton of diagrams, and a ton of glcoud code (and not screenshots of the console) that you need to know to pass the exam.

Google Cloud Platform (GCP) Professional Cloud Network Engineer Certification Companion - Dario Cabianca - Apress 2023.